-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from buf's remote generation alpha #487
Conversation
check deny and check docs are timeouts. so i think this is ready to go. |
timeouts resolved by extending them. check deny is still freaking out but i'm not sure how big a deal that is :) |
seems like somehow youki/libcgroups lost its LICENSE file between v0.0.4 and v0.0.5... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to build, install and run aurae and auraescript (cells.ts
example) successfully.
Also looked at the check deny run and agree that the errors don't look like a big deal.
@@ -28,4 +28,6 @@ | |||
* * | |||
\* -------------------------------------------------------------------------- */ | |||
|
|||
use deno_core::Op; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: preferably this would be generated by the macro
more build issues... still hacking away